Closed (fixed)
Project:
Newswire
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2009 at 15:19 UTC
Updated:
3 Aug 2009 at 22:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jeff Burnz commentedCan you please explain to me why this is a bug and why I therefore need to fix something?
Comment #2
dparrott commentedwell, i didn't think the suckerfish menu should be showing up behind other objects on the page. it makes it so the suckerfish menu can't be used.
Comment #3
gausarts commentedTo make flash obey z-index layering, add a parameter transparent wmode to your flash code. If you did, then make sure your dropdown menu has z-index higher than your flash (Don't forget to give your flash block z-index lower than dropdown). Normally between below 0 to 9. But you can see set your dropdown some crazy value like 999 :) Hope that helps
Comment #4
dparrott commentedyou know, i actually think this might be a bug with firefox 3.5. so, i apologize for wasting your time. i've tried all of the known fixes with z-index and setting the object to transparent, but no go. So, again, sorry for wasting your time.
Comment #5
gausarts commentedYou haven't given wmode="transparent" to the embed tag. That's the problem. You have to give the transparent paramater to both object and embed.
This is yours:
Otherwise use the simpler valid flash embed:
Hope that solves. It's okay here now.
Comment #6
dparrott commentedthanks so much for your code. it fixed the issue (as i am sure you figured it would).
Comment #7
Jeff Burnz commentedThanks gausarts, much appreciated.